home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2004 #2
/
Amiga Plus CD - 2004 - No. 02.iso
/
AmiSoft
/
Disk
/
moni
/
FileX-src.lha
/
FileX-src
/
rest_protos.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-09-20
|
854b
|
45 lines
/* Prototypes for functions defined in
rest.c
*/
BOOL IsHexString(UBYTE * );
BOOL MyGetString(char * , char * , ULONG );
BOOL GetWert(ULONG * , char * , ULONG , ULONG );
void DisplayLocaleText(char * );
ULONG MyRequest(char * , ULONG );
ULONG MyRequestNoLocale(char * , ULONG );
ULONG __stdargs MyFullRequestNoLocale(char * , char * , ...);
ULONG __stdargs MyFullRequest(char * , char * , ...);
char * GetStr(char * );
void JumpToByte(void);
void MarkLocation(ULONG , struct DisplayData * );
void JumpToLocation(LONG , struct DisplayData * );
BOOL MyRequestFile(char * , char * , char * , BOOL );
void ExecuteARexxCommand(char * );
void ExecuteARexxCommandNumber(LONG );
BOOL StringToMem(char * , UBYTE * , long );
BOOL SaveClip(STRPTR , LONG );
UBYTE * GetClip(ULONG * );
BOOL SetClipboardUnit(LONG );
LONG GetClipboardUnit(void);